home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_1161 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  172 b   |  9 lines

  1. on(release){
  2.    _root.score = 0;
  3.    _root.lifes = 5;
  4.    _root.health = 100;
  5.    _root.endSuccess = false;
  6.    _root.gotoAndPlay("main_menu");
  7.    _root.currLvl = 0;
  8. }
  9.